func crypto/x509.matchEmailConstraint

2 uses

	crypto/x509 (current package)
		verify.go#L394: func matchEmailConstraint(mailbox rfc2821Mailbox, constraint string) (bool, error) {
		verify.go#L620: 							return matchEmailConstraint(parsedName.(rfc2821Mailbox), constraint.(string))